home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-05-19 | 1.3 KB | 54 lines | [TEXT/MPS ] |
- #
- # File: Makefile
- #
- # Contains: Location Manager SDK Sample Module MPW Makefile
- #
- # Version: ALM SDK 1.0
- # Package: Location Manager SDK 1.0
- #
- # Copyright: © 1984-1997 by Apple Computer, Inc.
- # All rights reserved.
- #
- # Bugs?: If you find a problem with this file, use the Apple Bug Reporter
- # stack. Include the file and version information (from above)
- # in the problem description and send to:
- # Internet: apple.bugs@apple.com
- #
-
- MAKEFILE = "Makefile"
- ObjDir = :Objects:
- SrcDir = :Sources:
-
- ALMHeaderDir = :ALMInterfaces:
-
- COptions = -b
-
- Objects = ∂
- "{ObjDir}Sample.c.o" ∂
- "{ObjDir}Utilities.c.o"
-
- Generic ƒ {ObjDir}Generic
- duplicate -y {ObjDir}Generic {targ}
- setfile {targ} -a C
-
- {ObjDir}Generic ƒƒ {MAKEFILE} {Objects}
- ilink ∂
- -o {Targ} ∂
- {Objects} ∂
- -t 'thng' -c 'walk' ∂
- -sg "Main" ∂
- -rt 'code=10000' ∂
- -m MAIN ∂
- "{Libraries}IntEnv.o" ∂
- "{Libraries}Interface.o"
-
- {ObjDir}Generic ƒƒ {MAKEFILE} "{SrcDir}Sample.r"
- rez "{SrcDir}Sample.r" -i {ALMHeaderDir} -o {Targ} {Includes} -append
-
- "{ObjDir}Sample.c.o" ƒ {MAKEFILE} "{SrcDir}Sample.c"
- {C} "{SrcDir}Sample.c" -i {ALMHeaderDir} -o {Targ} {COptions}
-
- "{ObjDir}Utilities.c.o" ƒ {MAKEFILE} "{SrcDir}Utilities.c"
- {C} "{SrcDir}Utilities.c" -i {ALMHeaderDir} -o {Targ} {COptions}
-
-